Skip to content

aN0mad/CVE-2019-16278-Nostromo_1.9.6-RCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CVE-2019-16278 - Nostromo 1.9.6 RCE

Python script to exploit RCE in Nostromo nhttpd <= 1.9.6.

Help

usage: CVE-2019-16278.py [-h] [-t TARGET] [-p PORT] [-c COMMAND] [-b BYTES]

Exploit for CVE-2019-16278 - Nostromo 1.9.6 RCE

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Remote host to target
  -p PORT, --port PORT  Remote port to target
  -c COMMAND, --command COMMAND
                        Command to execute on the server
  -b BYTES, --bytes BYTES
                        The number of bytes to receive back in the response

Usage

Run the exploit

python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami

Run the exploit and recieve more bytes in the response

python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami -b 4096

About

Python script to exploit RCE in Nostromo nhttpd <= 1.9.6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages